Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DLL

Search list

[Graph DrawingmatlabdllX86

Description: 在MFC生成的对话框中调用经matlab编译生成的dll文件,并将matlab中的figure窗口以嵌入对话框的形式显示出来。-the dialog depends on MFC calls the .DLL file compiled by MATLAB compiler.And the window of figure is embeded in the MFC dialog.
Platform: | Size: 2082816 | Author: youngxin | Hits:

[Otherm_to_dll

Description: M脚本编写的如何让创建和调用动态链接库dll,创建好的dll也可以在VC中调用-How to build and call dynamic link library with matlab code
Platform: | Size: 8710144 | Author: zhangjunjie | Hits:

[OpenCVfaceDetection

Description: 基于OpenCV 2.4.3写的人脸检测DLL,可用在Matlab里调用。可用于人脸检测及VC Matlab OpenCV混合编程学习入门。Matlab中调用示例参考Release文件夹下的runtest.m -Based on OpenCV 2.4.3 face detection DLL, can be used to call in Matlab. A Start Example for face detection and VC Matlab OpenCV mixed programming learning portal. Calling Matlab reference sample files folder Release runtest.m
Platform: | Size: 13168640 | Author: hujunyi | Hits:

[CSharpProduce-gridDEM

Description: 利用离散点生成规则格网DEM,并利用MatLab生成的.dll来实现显示规则格网(三维)-Discrete point generating regular grid DEM, and use MatLab generated. Dll to the show rules grid (three-dimensional)
Platform: | Size: 539648 | Author: moxuanzhu | Hits:

[Software Engineeringvs2008andmatlabplot

Description: VS2008调用MATLAB画图(解决了dll文件找不到的问题)-VS2008 calling MATLAB drawing (solved the problem of the DLL file can t find)
Platform: | Size: 211968 | Author: 姜海宽 | Hits:

[Tab Controladd

Description: 实现了MATLAB 与VC的混合编程的方法,生成相应的DLL动态链接库供VC调用,最后生成相应的空间。实现了二则的混合编程-Realized MATLAB and VC mixed programming method, to generate the corresponding DLL dynamic link library for VC call, the last to generate the corresponding space. Achieve a mix of programming Two
Platform: | Size: 112640 | Author: 董雪梅 | Hits:

[matlabmatlabanddell

Description: 利用matlab产生dll的方法、步骤。可以利用matlab来生成d-Step method, produced by DLL matlab. You can use matlab to generate DLl
Platform: | Size: 354304 | Author: 张少华 | Hits:

[Special Effectsfhog

Description: 利用c语言编写的,在matlab环境下运行mex函数可以生成动态的dll库,可以用来计算图像区域的梯度向量直方图特征。-Use c language, in the matlab environment running mex function can generate dynamic dll library that can be used to calculate the gradient vector histogram image area.
Platform: | Size: 7168 | Author: jack | Hits:

[Software EngineeringCSharpvsMatlab2014a

Description: 为了实现C#与Matlab混合编程,费了好大劲才实现生成的DLL文件能够正常调用,而不出现调用组件报错“初始值设定项引发异常”的问题。-In order to realize the C# and Matlab mixed programming, the DLL file can be realized with a great effort to achieve the normal call, and does not appear to call the components of the wrong initial value set to trigger an exception .
Platform: | Size: 1001472 | Author: wenshaohua | Hits:

[matlabS_Function

Description: 通过具体的例子详细介绍了如何用C语言实现matlab S-function的编写以及调用,此外还介绍了通过s-function模板创建dll。-Through specific examples described in detail how to use C language matlab S-function written and called, also describes how to create dll via s-function template.
Platform: | Size: 331776 | Author: 贵有恒 | Hits:

[CSharpWinFormCallMatlab

Description: 这是近期找到的有关matlab和C#混合编程的实例,在VS环境下可以调用matlab的m文件和dll文件,非本人编写,但很有用-It is about matlab mixed programming and C# examples of recent finds, in the VS environment can call matlab m-file and dll files.Non-prepared, but useful
Platform: | Size: 191488 | Author: 刘子畅 | Hits:

[AI-NN-PRlyap_wolf

Description: 本程序是以前自己编制的应用wolf方法计算混沌时间序列的lyapunov指数,用C++编写,并编写出matlab接口,生成lyapunov_wolf.dll文件,利用程序中的lyapunov_wolf.m文件就可以在matlab环境下快速计算出最大lyapunov指数。-Lyapunov by wolf method
Platform: | Size: 29696 | Author: 范晨星 | Hits:

[Communication-Mobileceshi

Description: C#/matlab混合编程,实现matlab生成dll,并用winform调用dll。并进行winform嵌套figure窗体显示。-C#/matlab mixed programming, the realization of DLL to generate MATLAB, and use WinForm to call dll. And WinForm nested figure form display.
Platform: | Size: 3594240 | Author: 钟框玉 | Hits:

[matlabHEV-model-for-Cruise

Description: 混合动力汽车仿真模型,请在Cruise软件下运行,包括控制策略的MATLAB模型,通过建立DLL与Cruise进行联合仿真-Hybrid vehicle simulation model, run under Cruise software, including MATLAB model control strategy, by establishing co-simulation DLL with Cruise
Platform: | Size: 18683904 | Author: luohuake | Hits:

[CSharpMatlabaCSharp

Description: C#与Matlab混合编程,Matlab 生成dll,C#调用。-C# and Matlab
Platform: | Size: 602112 | Author: GaoBo | Hits:

[VC/MFCvb6.0-matlab6.5

Description: 给出了利用动态连接库(DynamicLinkLibrary即dll),MatrixVB组件和Ac-tiveX技术,实现VisualBasic6.0对Matlab6.5的编程调用的方法并通过编程实践总结出各种实现方法各自的优缺点:利用动态连接库技术的方法实现较为复杂,但其功能强大,应用程序灵活性高 利用MatrixVB组件能够实现两者较为完美的结合,应用程序可以脱离编程环境发布,但是所能利用的函数有限 利用ActiveX技术的方法定制的应用程序需要Matlab操作平台的支持,但其实现简单,操作灵活。 -The dynamic link library (DLL), MatrixVB component and Ac-tiveX technology are used to realize the method of calling Visual Basic6.0 to Matlab6.5 and the advantages and disadvantages of each implementation method are summarized by programming practice. Dynamic Link Library technology is more complex to implement, but its powerful, high application flexibility use MatrixVB components to achieve a more perfect combination of the two, the application can be released the programming environment, but can use a limited function ActiveX technology method The custom application needs the support of Matlab operation platform, but its realization is simple, operation is nimble.
Platform: | Size: 409600 | Author: 123 | Hits:

[OtherLabVIEW-baodian

Description: 本书详尽讲解了LabVIEW常用的编程方法、编程技巧和工程应用技术。全书共分为3篇,其中:入门篇归纳总结了LabVIEW编程人员必须掌握的基础知识,包括LabVIEW的基本概念、基本函数的用法和常用的运行结构,以及LabVIEW的基本数据结构和文件存储方式;高级篇细致地讲解了引用、属性、方法以及各类高级控件的运用,LabVIEW的文本方式编程以及DLL、C语言接口,基于Matlab语法的MathScript编程技术,LabVIEW基于组件的高级编程方法和编程模式;工程应用篇介绍了串口、并口和网络通信的常用方法,数据采集的基本原理和方法,LabVIEW实时系统的构建和编程,以及各种常用专业工具包的使用方法,包括数据库连接工具包、数据监控与记录工具包、报表生成工具包、状态图工具包等等。-This book explains LabVIEW commonly used programming methods, programming skills and engineering application technology. The book is divided into three articles, including: introductory summary of the LabVIEW programmer must master the basic knowledge, including the basic concepts of LabVIEW, the basic functions of the usage and commonly used operating structure, and LabVIEW basic data structure and file storage Advanced, and the use of various advanced controls, LabVIEW programming of text and DLL, C language interface, MathScript programming technology based on Matlab syntax, LabVIEW advanced programming method and programming mode based on component, The basic principles and methods of data acquisition, the construction and programming of LabVIEW real-time system, and the methods of using various commonly used professional tool kits, including connection kits, data monitoring, and so on. With the record kit, the report generation toolkit, the state diagram toolkit, and so on.
Platform: | Size: 92627968 | Author: 翟昱尧 | Hits:

[Com PortEmotivToolBox

Description: __ EmotivEEG headset toolbox __ -------------------- Used to query the EDK library in order to recieve EEG data from the Emotiv EEG headset(__ Files in Toolbox __ (note dlls may need to be supplied by you): -------------------- 22/03/2011 01:37 18,225 EmoStateDLL.h 22/03/2011 01:38 1,921,024 edk.dll 18/07/2011 16:08 39,031 edk.h 22/03/2011 01:38 2,011,136 edk_utils.dll 22/03/2011 01:37 2,945 edkErrorCode.h 15/03/2012 12:05 14,513 EmotivEEG.m 15/03/2012 12:04 303 ExampleUsage.m 15/03/2012 12:04 1,060 README.txt -------------------- __ Instructions __ -------------------- 1) Add this directory to the toolbox directory of matlab 2) Add the directory to the matlab path 3) Conenct the bluetooth dongle 4) Turn on the headset 5) Put on head 6) Type "help EmotivEEG" into matlab command line)
Platform: | Size: 5120 | Author: 韩佳佳 | Hits:

[matlablibmwservices

Description: STAY HAPPY, STAY HEALTHY, GOOD LUCK
Platform: | Size: 909312 | Author: chintu12345 | Hits:
« 1 2 ... 10 11 12 13 14 15»

CodeBus www.codebus.net